#!/bin/bash

find *.c *.cpp *.h -exec ./sedCmd2 \{\} \;
